xen/arch/x86: make objdump output user locale agnostic
authorMaximilian Engelhardt <maxi@daemonizer.de>
Thu, 9 Dec 2021 23:23:30 +0000 (00:23 +0100)
committerHans van Kranenburg <hans@knorrie.org>
Thu, 2 Feb 2023 12:04:57 +0000 (13:04 +0100)
commit127017c16e67437308514305f34c509aeee313ab
tree9e7f89b31f9071b846750d49757d051160793d94
parent00ed5ae4e6c8163f16c5b60ea84731dd963314d8
xen/arch/x86: make objdump output user locale agnostic

The objdump output is fed to grep, so make sure it doesn't change with
different user locales and break the grep parsing.
This problem was identified while updating xen in Debian and the fix is
needed for generating reproducible builds in varying environments.

Signed-off-by: Maximilian Engelhardt <maxi@daemonizer.de>
xen/arch/x86/arch.mk